home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / apl505.zip / APLINK.DOC < prev    next >
Text File  |  1991-07-05  |  69KB  |  1,711 lines

  1.  
  2.  
  3.                         Sysop Manual for
  4.      AMTOR/PACKET Link (APLINK) Version 5.05, July 4, 1991 
  5.  
  6.          Copyright (c) 1989-1991 - Victor D. Poor, W5SMM
  7.  
  8.  
  9.               Introduction . . . . . . . CHAPTER 1
  10.  
  11.               Hardware Installation  . . CHAPTER 2
  12.  
  13.               Software Installation  . . CHAPTER 3
  14.  
  15.               The Configuration File . . CHAPTER 4
  16.  
  17.               The Forwarding File  . . . CHAPTER 5
  18.  
  19.               Starting the System  . . . CHAPTER 6
  20.  
  21.               Bulletins  . . . . . . . . CHAPTER 7
  22.  
  23.               System Logs  . . . . . . . CHAPTER 8
  24.  
  25.               Console Operation  . . . . CHAPTER 9
  26.  
  27.               Program Distribution  . . CHAPTER 10
  28.  
  29.               Packet Channel Commands . APPENDIX A
  30.  
  31.               AMTOR Channel Commands  . APPENDIX B
  32.                             CHAPTER 1
  33.  
  34.                           Introduction
  35.  
  36. WHAT THE SYSTEM DOES...
  37.  
  38.      The AMTOR/PACKET Link (APLINK) is a software system that
  39. runs under MS-DOS 3.x or higher on an IBM-XT or compatible
  40. computer.  It runs an AMTOR MBO and a PACKET BBS concurrently
  41. using a common set of message files.  (For whatever reason, the
  42. AMTOR community refers to these things as mailboxes [MBO] and the
  43. PACKET community as bulletin board systems [BBS].  In this
  44. document MBO will refer to the AMTOR side and BBS to the PACKET
  45. side of the system.)
  46.  
  47.      Both sides of the system conform as closely as possible to
  48. the conventions that have evolved for the use of PACKET BBSs.
  49. There are differences necessitated by the nature and constraints
  50. of the AMTOR mode.  AMTOR has a very restricted character set and
  51. is subject to transmission errors.  For this reason, as well as
  52. the fact that AMTOR does not automatically identify a sending
  53. station, the MBO requires positive identification during login. 
  54. The MBO will also request confirmation of the addressee when
  55. entering messages into the system (unless the user has selected
  56. 'EXPERT' mode).
  57.  
  58.      Why use AMTOR at all, given its limitations?  AMTOR will
  59. work under difficult radio conditions that would pack in a PACKET
  60. link (pardon the pun).  The author of this system lives on a
  61. sailboat and maintains communications with friends and family via
  62. ham radio. AMTOR has worked reliably for that purpose, day in and
  63. day out, while running with low power, long hauls, and abominable
  64. radio conditions. Only CW could improve on its record for
  65. reliability.
  66.  
  67.      The MBO provides all of the features that any MBO in use
  68. today would normally supply.  The BBS is a subset of what packet
  69. operators who use the W0RLI or WA7MBL systems are used to.  It is
  70. not intended that this system be used as your local PACKET BBS
  71. although it could be in a pinch.
  72.  
  73.      No provision is made for handling anything but ASCII text
  74. files in regular message format.  There are no W, D, or U
  75. commands in the system.  The L commands are more limited and work
  76. slightly differently from other systems, but should be sufficient
  77. for the mission.
  78.  
  79.      When a message is transmitted to an AMTOR station all lower
  80. case characters are converted to upper case and all punctuation
  81. is converted to the closest available character in AMTOR or, if
  82. there is nothing close, to an equal sign (=).  
  83.  
  84.                             CHAPTER 2
  85.  
  86.                       Hardware Installation
  87.  
  88. The equipment required to run this system includes:
  89.  
  90.      1. IBM-XT or close clone running MS-DOS 3.x or higher and a
  91. hard disk. At least two COM ports must be installed and
  92. available. (Only one COM port is required if you are using a HAL
  93. PCI-3000.)  The minimum acceptable free memory is 256k.
  94.  
  95.      2. An AMT-1, a PK-232 AEA AMTOR Terminal Unit, or a HAL
  96. Communications PCI-3000 Terminal Unit.
  97.  
  98.      If the AMT-1 is used it should be configured for 110 baud. 
  99. All soft configuring is done by APLINK at startup.  Only Rx and
  100. Tx signals are used between the AMT-1 and the computer.  Flow
  101. control is performed through use of the status byte from the
  102. AMT-1.  The COM port of choice must be set in the APLINK.CNF
  103. configuration file (see below).
  104.  
  105.      If a PK-232 AEA Terminal Unit is used on the AMTOR channel
  106. the interconnecting cable between the PK-232 and the serial port
  107. should include wires 1 through 8 and 20 and no others.
  108.  
  109.      If a HAL PCI-3000 is used, simply install the unit as
  110. received from the factory.  Do not use a serial port or connect
  111. to the "host" port on the PCI-3000.  The interface between the
  112. PCI-3000 and APLINK is on the internal PC bus.
  113.  
  114.      3. A Packet TNC.  Any TNC that recognizes Control-C to enter
  115. command mode, responds to CONOK ON and OFF should work.  The
  116. program looks for the "*** Connected to..." sequence as well as
  117. the DCD control line (pin 8) to control the state of the BBS.
  118.  
  119. The critical TNC parameters are:
  120.  
  121.       ECHO OFF
  122.       FLOW OFF
  123.       NEWMODE ON
  124.       NOMODE OFF
  125.       BBSMSGS ON
  126.       XFLOW OFF
  127.       XON $00
  128.       XOFF $00
  129.       START $00
  130.       STOP $00
  131.       MONITOR OFF 
  132.       MYCALL <your call>
  133.       
  134.       Parity: None
  135.       Characters: 8-bits
  136.       Baud rate to the computer: The same as set in the 
  137.          APLINK.CNF file.
  138.  
  139.      These parameters are NOT set by APLINK.  Since it is
  140. intended that APLINK work with any TNC, no effort has be made to
  141. automatically configure the TNC.  Be sure your TNC is properly
  142. configured before trying to run the system on the air.  You may
  143. bring up the system and use the keyboard to set up the TNC.  The
  144. TNC must be connected to the COM port specified in APLINK.CNF. 
  145. As a general rule pins 1 through 8 and pin 20 must be connected
  146. between the TNC and the serial port. Hardware flow control is
  147. used (both ways); the only other RS-232 status signal used is pin
  148. 8, carrier detect (CD).  Your TNC must be capable of asserting
  149. this signal on connect.  For the PK-232, parameter DCD ON must be
  150. set, for the PK-87, Jumper JP6 must be set to the B position. 
  151. Other TNC's will have similar settings that must be changed,
  152. consult your manual.
  153.  
  154.      4. The r.f. hardware I will leave to your imagination. 
  155. Since this system is fully concurrent, both channels must be able
  156. to work without mutual interference.  AMTOR would be set up on
  157. your h.f. frequency of choice and the TNC on a suitable v.h.f.
  158. channel.
  159.  
  160.  
  161.                             CHAPTER 3
  162.  
  163.                       Software Installation
  164.  
  165.      The delivery disk normally contains a self-extracting
  166. archive file.  Create a temporary directory on your hard disk and
  167. copy the archive file into that directory and then run it.  The
  168. following files should appear in the temporary directory:
  169.  
  170.    APAMT.EXE - The main program when using the AMT-1 on the AMTOR 
  171.         channel,    
  172.    AP232.EXE - The main program when using the PK-232 on the      
  173.         AMTOR channel,    
  174.    APPCI.EXE - The main program when using the HAL PCI-3000 on    
  175.         the AMTOR channel,   
  176.       
  177.    README.NEW - Read it!,
  178.    COPYRITE - Author's copyright statement,
  179.    APLINK.DOC - The Sysop manual (ASCII format),
  180.    APLINK.WP - The Sysop manual (Word Perfect 5.1 format),
  181.    USERS.EXE - The users' file editor,
  182.    APLINK.CNF - A sample system configuration file,    
  183.    ROUTE.APS - A sample packet routing file,
  184.    SIGNON.PKT - The PACKET signon file,
  185.    HELP.AMT - The AMTOR help file,
  186.    HELP.PKT - The PACKET help file,
  187.    INFO.AMT - The AMTOR info file (should be Sysop edited),       
  188.    INFO.PKT - The PACKET info file (should be Sysop edited), and  
  189.    USERS.APS - The file of registered AMTOR users,
  190.    HELP1. thru HELP9. - Help files the Sysop will install using   
  191.         the SH command.
  192.    INTRCPT.APS - A sample intercept file,
  193.    MBBIOS.COM - A TSR communications port driver,
  194.    MBBCONFG.EXE - The MBBIOS.COM configuration program,
  195.    MBBIOS.DOC - Documentation for MBBIOS.COM,
  196.  
  197. In addition the Sysop must obtain a copy of the Norton Editor.
  198.  
  199. NOTICE:  If you are upgrading an already
  200. running APLINK and are running a version
  201. earlier than 5.00 then you must use the MCB
  202. editor and set all of your existing bulletin
  203. and help messages to PENDING before you shut
  204. down the old system.  Once the new system is
  205. running you should restore each of those
  206. messages to STATIC.
  207.  
  208.      To install the system for the first time, simply copy all of
  209. the above files and the Norton Editor (renamed E.COM) into a hard
  210. disk subdirectory named \APLINK.  Make a sub-subdirectory named
  211. \APLINK\ARCHIVE.  Rename either APAMT.EXE, AP232.EXE, or
  212. APPCI.EXE to AP.EXE, depending upon which AMTOR terminal you are
  213. using.  Add \APLINK\MBBIOS.COM to your AUTOEXEC.BAT file.
  214.  
  215.      If you are using a PK-232 for on the AMTOR channel you may
  216. have to use MBBCONFG.EXE to change the configuration of slot
  217. number 1 to hardware handshaking equal to 'Y'.
  218.  
  219.      Using the Norton Editor, edit APLINK.CNF, ROUTE.APS,
  220. INTRCPT.APS, INFO.AMT, and INFO.PKT to fit your station.  Edit
  221. USERS.APS with USERS.EXE to add or delete whatever stations you
  222. wish or just let each station be entered into the USERS.APS file
  223. as they log on for the first time.
  224.  
  225.      Several other files will be created by the system in the
  226. APLINK directory when it is first run.
  227.  
  228.      Your computer's system clock (TIME and DATE command in MS-
  229. DOS) should be set to your local time.  You should add the
  230. following line to your AUTOEXEC.BAT file: 'SET TZ=aaann' where
  231. aaa is a three letter code for your local time zone and nn is the
  232. number of hours difference between your local time zone and GMT
  233. (UTC).  Use a positive number if your are west of Greenwitch and
  234. a negative number if you are east.  For example:
  235.  
  236. SET TZ=EST5
  237.  
  238. should be used for Eastern Standard Time (USA).
  239.  
  240. The file CONFIG.SYS in your root directory should have BUFFERS=20
  241. and FILES=20, at least.
  242.  
  243.      Look at the sample INFO.AMT and INFO.PKT files with the
  244. Norton Editor.  You will see what needs to be done there.  
  245.  
  246.      Read the ROUTE.APS file with the Norton Editor.  Change the
  247. entries as required for packet forwarding at your station.
  248.  
  249.      The intercept file, INTRCPT.APS, provides a very special
  250. service.  Each line of the file should contain station's call
  251. letters, white space, and an h-route - AND NOTHING ELSE.  Each
  252. time a message is received by APLINK the file is searched for a
  253. match to the TO field of the incoming message, if nothing is
  254. found then an search is made on the first token of the AT field. 
  255. If the first call on any line matches, then the h-route is placed
  256. in the AT field of the message.   Note in the sample provided
  257. that the first line of the file reads:
  258.  
  259. W5SMM   WA8DRZ.#NOCAL.CA.USA.NA
  260.  
  261. This means that any message for W5SMM arriving in the system will
  262. be forwarded to him at WA8DRZ.  (In fact, W5SMM requests that all
  263. sysops leave his call in the intercept file as shown.)
  264.  
  265.  
  266.                    INSTALLATION NOTE
  267.  
  268. If you are using Desqview be sure to allow APLINK 
  269. enough time to run.  There is not hard and fast rule
  270. since it depends strongly on the speed of your
  271. computer.  If the time allotment gets too short the
  272. system is painfully slow for your users and in some
  273. cases will fall far enough behind (typically when both
  274. PACKET and AMTOR ports are active at the same time) to
  275. cause timeouts.  This is especially true if you are
  276. using the PK-232 on the AMTOR port.  The software
  277. overhead to run a PK-232 on AMTOR is very much higher
  278. than for other AMTOR controllers.
  279.  
  280.  
  281.      Now set up the configuration file as described in the next
  282. chapter.
  283.  
  284.                             CHAPTER 4
  285.  
  286.                      The Configuration File
  287.  
  288.      For APLINK to run you must first edit the APLINK.CNF file to
  289. suit your particular station.  The following parameters must be
  290. included in the file for the system to function.  
  291.  
  292. MYCALL=W5XYZ       The call letters for your station.
  293. MYSELCAL=WXYZ      The selcal for your station.
  294.  
  295. The remaining parameters are optional and the system will assume
  296. A default value if nothing is given.  Typical values are shown
  297. here for illustration.
  298.  
  299. AMTPORT=1           The COM port to be used by the AMTOR
  300.                     terminal.  Default: 1.  (Not required when
  301.                     using the HAL PCI-3000.)
  302.                     
  303. AMTRATE=2400        The baud rate used by the COM port connected
  304.                     to the AMTOR terminal.  Default: 2400.  (Only
  305.                     required when the PK-232 is used as the AMTOR
  306.                     controller.)                    
  307.                     
  308. PKTPORT=2           The COM port to be used by the PACKET TNC.
  309.                     Default: 2.
  310.                     
  311. PKTRATE=2400        The baud rate used by the COM port connected
  312.                     to the PACKET TNC.  Default: 2400.
  313.  
  314. PKTBBS=W1ABC        Specifies the packet bbs call that you
  315.                     forward to.  It should NOT include the call
  316.                     extension, i.e. W1ABC-3.
  317.  
  318. MYSUFFIX=4          An extension to your call such as a different
  319.                     call area.  Do not include the / in the
  320.                     entry.  Default: nothing
  321.  
  322. MYROUTE=WA8DRZ.#NOCAL.CA.USA.NA  If you set MYROUTE to the full
  323.                     h-route for you station it will appear in
  324.                     headers generated by APLINK.  Default is your
  325.                     own call without any h-routing.  You must
  326.                     still set the parameter MYCALL as well,
  327.                     without any extensions.
  328.  
  329. QTH=MIAMI, FL Z:32132  Your QTH and postal code.  This text will 
  330.                     appear in your message headers.  Default:
  331.                     nothing
  332.  
  333. TFWD=35             Sets the number of minutes past the hours
  334.                     that PACKET forwarding begins.  Set to 999 to
  335.                     turn PACKET forwarding off.  Default: 999
  336.  
  337. TUPDATE=9           Set the hour of the day (local time) that the
  338.                     system update will occur automatically.  Set
  339.                     to 999 to prevent automatic updating. 
  340.                     Automatic updating is strongly recommended. 
  341.                     Default: 999
  342.  
  343. ALMOFF=7            Set the hour of the day (local time) to turn
  344.                     off the sysop alarm.  Default: nothing
  345.  
  346. ALMON=15            Set the hour of the day (local time) to turn
  347.                     on the sysop alarm.  Default: nothing
  348.  
  349. ARCHIVE=C:\APLINK\ARCHIVE\  The path for archiving messages
  350.                     removed from the system. (Note: the trailing
  351.                     \ must be included.  Default:
  352.                     C:\APLINK\ARCHIVE\
  353.  
  354. SIGNON=NEED HELP? TYPE 'HELP+?'  The pre-login message.  Default: 
  355.                     IF YOU NEED HELP TYPE 'HELP(CR/LF)'
  356.  
  357. SYSMSG=IMPORTANT: READ MESSAGE 1234  The post-login message.
  358.                     This is not normally set but may be used to
  359.                     draw attention to an important bulletin. 
  360.                     Default: nothing
  361.  
  362. ALOG=AMTLOG         The path/filename for the AMTOR log file.
  363.                     Default: AMTLOG
  364.  
  365. PLOG=PKTLOG         The path/filename for the PACKET log file.
  366.                     Default: PKTLOG
  367.  
  368. PRINTER=LPT1        The path to your system printer.  Default:
  369.                     NONE
  370.  
  371. PRTLOG=1            Specifies the channel that prints to your
  372.                     printer when the system starts.  
  373.  
  374.                     PRTLOG=1 for system printer (default),        
  375.                     PRTLOG=2 for AMTOR channel printer, or        
  376.                     PRTLOG=3 for PACKET channel printer.
  377.  
  378. MSGFF=0             1 enables automatic form feed at the end of a
  379.                     message printed on the system printer.
  380.                     Default: 0
  381.                     
  382. MAXLINES=60         Sets the number of printed lines on your
  383.                     printer between form feeds.  Default: 60
  384.  
  385. CALL=W1ABC          Sets the internally stored call for a station
  386.                     you may wish to link with on AMTOR (manually)
  387.                     when you bring the system up.  Default:
  388.                     nothing
  389.  
  390. SELCAL=WABC         Sets the internally stored selcal for a
  391.                     station you may wish to link with on AMTOR
  392.                     (manually) when you bring the system up. 
  393.                     Default: nothing
  394.  
  395. LOGFEC=1            0 prevents FEC mode signals from appearing in
  396.                     the amtor log. Default 1
  397.  
  398. APPL=$08            Application code for use with G3BPQ node
  399.                     software.  Default: nothing
  400.  
  401. SHORTHEADERS=1      If SHORTHEADERS is set to 1 only the first
  402.                     and last header will be forwarded on AMTOR. 
  403.                     Intermediate headers will be dropped.  This
  404.                     only acts on messages forwarded on AMTOR. 
  405.                     All the headers will still be forwarded on
  406.                     packet.  Default: 1
  407.  
  408. PKTBBS=W1ABC        The call letters of the packet bbs that you
  409.                     automatically forward to.  You must NOT
  410.                     include the call extension (i.e., W1ABC-1).  
  411.  
  412. HOLDFWD=6           Packet forwarding hours may limited.  This
  413.                     parameter, set to a given hour, will prevent
  414.                     forwarding during that hour.  Any number of
  415.                     entries of this parameter are allowed in the
  416.                     APLINK.CNF file.  (Manual forwarding can be
  417.                     initiated at any time.)  (Local time).
  418.  
  419. BULFWD=12           Bulletins will only be forwarded on packet
  420.                     during the hour set in this parameter.  Any
  421.                     number of entries of this parameter are
  422.                     allowed in the APLINK.CNF file. (Local time).
  423.  
  424. TFCONLY=1           When set to 1 packet forwarding will only be
  425.                     initiated if there is traffic to forward. 
  426.                     (Manual forwarding can be initiated at any
  427.                     time.)  Default: 0
  428.  
  429. LCMD=1              When set to 1 enables the 'L' command on the
  430.                     AMTOR port.  When set to 0 disables the 'L'
  431.                     command on the AMTOR port.  Default: 1
  432.  
  433. FRIENDLY=1          This applies only if you are operating under
  434.                     Desqview.  It seems that under certain
  435.                     circumstances when sharing Desqview with an
  436.                     "unfriendly" program that APLINK will run
  437.                     slower than it should. The RLI bbs seems to
  438.                     be one of those.  The only solution is to
  439.                     fight fire with fire and make APLINK
  440.                     "unfriendly" also.  Beginning with this
  441.                     version there is a config option to do that. 
  442.                     Simply include "FRIENDLY=0" in the APLINK.CNF
  443.                     file and APLINK will hang on to it's time
  444.                     slice, busy or not.  If APLINK seems to run
  445.                     too slow under Desqview and tuning the time
  446.                     slices does not fix it then try setting
  447.                     FRIENDLY=0 and see what happens.
  448.                     Default: 1
  449.  
  450.      You may change the colors displayed on the screen.  Use the
  451. following range of numeric values to set the color parameters.
  452.                     
  453.       0  BLACK
  454.       1  BLUE
  455.       2  GREEN
  456.       3  CYAN
  457.       4  RED
  458.       5  MAGENTA
  459.       6  BROWN
  460.       7  LIGHT GREY
  461.       8  DARK GREY
  462.       9  LIGHT BLUE
  463.       10 LIGHT GREEN
  464.       11 LIGHT CYAN
  465.       12 LIGHT RED
  466.       13 LIGHT MAGENTA
  467.       14 YELLOW
  468.       15 WHITE
  469.     
  470. Backgrounds may only use 0 thru 7.
  471.  
  472. STATFORE=0          Status line foreground.  Default: BLACK
  473.  
  474. STATBACK=7          Status line background.  Default: LIGHT GREY
  475.  
  476. WDOFORE=15          Text windows foreground.  Default: WHITE
  477.  
  478. WDOBACK=1           Text windows background.  Default: BLUE
  479.                     (Black on black and white screens) 
  480.  
  481. POPFORE=15          Popup windows foreground.  Default: WHITE
  482.  
  483. POPBACK=7           Popup windows background.  Default: LIGHT
  484.                     GREY
  485.  
  486.      The following parameters would only be set in special
  487. circumstances and are best left omitted from the APLINK.CNF file
  488. for normal operation.
  489. TEXNET=1            If the packet BBS that you autoforward to is
  490.                     reached via Texnet this parameter should be
  491.                     set to 1.  In all other cases it should be
  492.                     set to 0.  Default: 0
  493.  
  494. HEAP=1              If set to 1 the amount of free memory
  495.                     remaining available to APLINK is displayed on
  496.                     the keyboard status line.  Default: 0
  497.  
  498. AMODE=1             If AMODE is set to 0 the AMTOR channel will
  499.                     come on initially in KSR mode and will not
  500.                     automatically return to MBO mode on timeout.
  501.                     Default: 1
  502.  
  503. PMODE=1             If PMODE is set to 0 the PACKET channel will
  504.                     come on initially in KSR mode and will not
  505.                     automatically return to BBS mode on timeout.
  506.                     Default: 1
  507.  
  508. AAB=1               0 defeats the system's automatic answerback.
  509.                     Default: 1
  510.  
  511. AUTOLOG=1           0 defeats the system's automatic logon
  512.                     system.  Default: 1
  513.  
  514. PCISCAN=0           For the PCI-3000 only.  0 causes scan lock
  515.                     signal remain low during an ARQ link, 1
  516.                     causes a momentary signal at the beginning of
  517.                     an ARQ link.  See PCI-3000 Instruction Manual
  518.                     5.3.5.  Default: 0
  519.  
  520. PCICD=0             For the PCI-3000 only.  Sets the value of the
  521.                     control delay in the PCI-3000 in
  522.                     milliseconds.  0 uses the default values in
  523.                     the PCI-3000 at startup.  Default: 0
  524.  
  525. PCITD=0             For the PCI-3000 only.  Sets the value of the
  526.                     transmit delay in the PCI-3000 in
  527.                     milliseconds.  0 uses the default values in
  528.                     the PCI-3000 at startup.  Default: 0
  529.  
  530. PCIAD=0             For the PCI-3000 only.  Sets the value of the
  531.                     audio delay in the PCI-3000 in milliseconds. 
  532.                     0 uses the default values in the PCI-3000 at
  533.                     startup.  Default: 0
  534.  
  535. PCIPD=0             For the PCI-3000 only.  Sets the value of the
  536.                     ptt delay in the PCI-3000 in milliseconds.  0
  537.                     uses the default values in the PCI-3000 at
  538.                     startup.  Default: 0
  539.  
  540. PCIDLY=0            For the PCI-3000 only.  Use 0 for 32 'chirps'
  541.                     to end the link if the path fades and use 1
  542.                     for 128 'chirps'.  Default: 0
  543.  
  544. ADELAY=2            For the PK-232 only.  Set the value of the
  545.                     transmit delay for the PK-232.  Multiply the
  546.                     parameter by 10 milliseconds.  Default: The
  547.                     setting in the PK-232 at startup.
  548.  
  549. Once you have set up the APLINK.CNF file you need to create a
  550. forwarding file as described next.
  551.                             CHAPTER 5
  552.  
  553.                        The Forwarding File
  554.  
  555.      The method of routing messages for autoforwarding has been
  556. completely revised to use hierarchical routing (h-routing) as is
  557. now used by the packet network.
  558.  
  559.      Routing is strictly a function of the station you are linked
  560. to and is independent of whether you are linked on AMTOR or
  561. packet. The old AMTFWD.APS file is no longer used but should
  562. remain in your system until this new scheme has been proven just
  563. in case you need to go back a version.
  564.  
  565.      Using the Norton editor, create an ASCII file named
  566. FORWARD.APS.  Make entries into the file that look something like
  567. this (assume you are WA8DRZ for this example and that N6IIU is
  568. the packet bbs you normally forward to):
  569.  
  570. . A line beginning with a period is ignored
  571. . Blank lines are ignored
  572.  
  573. . The first entry should be your call typically (see below)
  574. WA8DRZ      WA8DRZ  
  575. . The second entry should be the packet bbs you forward to.
  576. N6IIU       N6IIU   
  577. VK2AGE      AH6D   VK2AGE VK3EHQ
  578. TG9VT       TG9VT
  579. #SOCAL.CA   N0IA
  580. #NOCAL.CA   N6IIU  
  581. . This entry routes all NTS traffic with a zip code starting with
  582. . 78 to KE5HE
  583. 78*         KE5HE
  584. . The next entry would hold all Alaska traffic in the system
  585. AL          WA8DRZ  
  586. . The following state code entries are exceptions to the rule
  587. . that USA traffic goes to N6IIU
  588. HI          AH6D
  589. TX          KE5HE
  590. IL          WA1URA WB7QWG
  591. IN          WA1URA WB7QWG
  592. USA         N6IIU
  593. AUS         AH6D   VK2AGE VK3EHQ
  594. EU          TG9VT  ZF1GC  
  595. NA          N6IIU
  596. AS          TG9VT  ZF1GC
  597. OC          AH6D
  598. SA          TG9VT  ZF1GC
  599. AF          TG9VT  ZF1GC
  600.  
  601. and so on.  The first entry on a line is a routing token and the
  602. remaining entries on the same line are bbs/mbo stations that
  603. messages with those routing tokens may be sent to.  Messages that
  604. have nothing in the 'at' field will not move unless there is an
  605. exact match to the 'to' field.  
  606.  
  607.      You may use a wild card (a '*') on the left hand token.  DO
  608. NOT USE WILD CARDS EXCEPT FOR ZIP CODES OR WHERE THE FIRST THREE
  609. LETTERS ARE 'NTS'.  Wild cards on anything else will potentially
  610. confuse the h-routing scan process.  
  611.  
  612.      If you have a token with a leading '#' then the expected
  613. following token must be included also: see #NOCAL.CA above.  
  614.  
  615.      If you put a call (other than your own and the call of the
  616. packet bbs you forward to) in a routing token field then also put
  617. that call in the intercept file with full h-routing so that down
  618. stream stations will know how to deal with it.
  619.  
  620.      Put the most specific tokens first, such as call letters,
  621. followed by tokens beginning with '#', followed by zip codes
  622. (including zip codes with wild cards), followed by state codes,
  623. followed by country codes, followed by continental codes.  The
  624. scanning process is complicated and the order of entries in
  625. FORWARD.APS is very important.  For example, if a message has
  626. HI.USA in the 'at' field it will not forward to N6IIU in the
  627. above sample file because it will have 'hit' on AH6D first and
  628. the system will hold the message for that station.  Put your own
  629. call in the first line in both the first and second field to
  630. insure that traffic addressed 'at' your station stays there.
  631.  
  632.      Messages that do not match any routing on the list will not
  633. move - even on packet.  Packet is no longer the default if
  634. nothing matches.  Make sure that the call of the packet station
  635. you forward to has some broad coverage tokens to pick up the bulk
  636. of the traffic that does not otherwise move out on AMTOR.
  637.  
  638.      Messages with your own call in the 'to' field will not move
  639. unless you have put 'CALLFWD=1' in the APLINK.CNF file.  Messages
  640. with the call of the station that you are linked to in the 'to'
  641. field move unconditionally to that station.
  642.  
  643.      Any number of bbs calls can follow the routing token as long
  644. as they are separated by one or more spaces and do not exceed a
  645. total line length of 80 characters.
  646.  
  647.      The routing table is then kept in memory to speed things up
  648. a bit.  If you change FORWARD.APS the system will see a change in
  649. the file time stamp and reload the routing table the next time
  650. routing is requested.
  651.  
  652.  
  653. HINTS
  654.  
  655.      Do not try to put every possible h-routing token in your
  656. FORWARD.APS file.  It is enough to put 'USA' and/or 'NA' for the
  657. station(s) that handles most of your U.S. traffic and then just
  658. enter the state codes that are exceptions ahead of it.  Use 'EU'
  659. for the station(s) that take your European traffic, etc...  If
  660. your FORWARD.APS file is growing large you may not be making the
  661. best of it.  Make sure there is at least one entry for each
  662. continental code.
  663.  
  664.  
  665. FORWARDING ON THE AMTOR LINK
  666.  
  667.      There are two methods of forwarding on the AMTOR channel. 
  668. The 'old' protocol that all versions up to 5.00 use and a 'new'
  669. protocol that is now available beginning with APLINK version
  670. 5.00.  The new version uses full h-routing and BIDS or MIDS
  671. (bulletin ids or message ids) to protect against duplicate
  672. messages or 'round robin' routing.
  673.  
  674.      By default the system continues to use the old protocol with
  675. any station you forward to unless you use the USERS.EXE program
  676. to change the HFWD status to YES for the station you are
  677. forwarding to.  You must co-ordinate this with the other station. 
  678. BOTH of you must change the HFWD status for the other at the same
  679. time.  There are many advantages to using the new protocol and
  680. you are encouraged to make the change as soon as anyone you are
  681. forwarding to has installed version 5.00 or later.
  682.  
  683.      Before too long the old protocol will be dropped from the
  684. system altogether.
  685.  
  686.  
  687. FORWARDING ON THE PACKET LINK
  688.  
  689.      APLINK still has the limitation that you may only forward to
  690. one packet bbs automatically (The station set into the PKTBBS
  691. parameter in the APLINK.CNF file).  This restriction will be
  692. removed in a later version.  
  693.  
  694.      There no longer is a restriction on other packet stations
  695. linking to you and initiating reverse forwarding.
  696.  
  697.  
  698. REJECTED MESSAGES
  699.  
  700.      If the system attempts to forward a bulletin and it is
  701. rejected (usually meaning that the other station already has it)
  702. its status is changed to STATIC and it is left in the system for
  703. all to read.
  704.  
  705.      If a private or NTS message is rejected it is marked as
  706. REJECTED and held for the sysop to take action on it.  A
  707. rejection of a private or NTS message usually means there is some
  708. problem, typically a case of "round robin" routing.  In any case
  709. the sysop should look into it.  When the sysop does a message
  710. listing rejected messages will show a '*' in the status column,
  711. or '**' if it is over 24 hours old.  The message status is
  712. restored, of course, by the MCB editor once the problem has been
  713. solved.
  714.  
  715.                             CHAPTER 6
  716.  
  717.                        Starting the System
  718.  
  719.      If you have not already done so, re-boot the system to make
  720. sure MBBIOS.COM has been loaded.  To start the system the first
  721. time, keep your transmitters turned off but your AMTOR terminal
  722. unit and your TNC turned on, and run AP.EXE.  The system will go
  723. through its initialization procedure and when it is ready for
  724. service will display the copyright notice on the screen.
  725.  
  726.      Type the following sysop commands to enter the tutorial help
  727. files (if you are upgrading from an earlier version, delete your
  728. old help files):
  729.  
  730. SH AMTOR HELP1(return) 
  731. SH AMTOR HELP2(return) 
  732. etc. thru HELP9
  733.  
  734. To see if it all worked type:
  735.  
  736. LH(return)
  737.  
  738. and you should get the message list with the help files showing. 
  739. If uncertain about this procedure read KEYBOARD OPERATION and
  740. SYSOP COMMANDS sections first.
  741.  
  742.      This completes the installation.  You should be up and
  743. running unless the AMTOR terminal unit or TNC installation has
  744. not been previously checked out.  You can use the AP.EXE program
  745. to do that by simply switching off the related MBO or BBS
  746. function and using it as an ordinary terminal, following the
  747. installation instructions.
  748.  
  749.  
  750. SPECIAL NOTE REGARDING THE PK-232
  751.  
  752.      The AMTOR PK-232 driver has been enhanced.  You may now
  753. 'cold start' the PK-232 provided you have the PK-232 19 July 1990
  754. (or later) ROM installed.  You can continue as your are now or
  755. you can remove the battery (or pull jumper JP-1) and simply turn
  756. the PK-232 on just before running APLINK and APLINK will do a
  757. full configuration including setting the baud rate to whatever
  758. you have set in the APLINK.CNF file (AMTRATE=nnnn, default is
  759. 2400).  This should work OK where you want the system to
  760. automatically restart from a power failure.
  761.  
  762.                             CHAPTER 7
  763.  
  764.                             Bulletins
  765.  
  766.      Bulletins entered into the system from the AMTOR channel or
  767. by the Sysop are visible to everyone who uses the system. 
  768. Because of the proliferation of bulletins that arrive at any BBS
  769. via PACKET, bulletins that enter the system from the PACKET
  770. channel will not be visible to AMTOR users unless the Sysop uses
  771. the MCB Editor to change the "Channel" field from PACKET to
  772. SYSOP. 
  773.  
  774.      Bulletins may be entered by any station.  If there is no
  775. entry in the 'at' field then the bulletin will remain in the
  776. system but will not be forwarded to any other station.  If there
  777. is an entry in the 'at' field the bulletin will be forwarded once
  778. only to the station indicated by the FORWARD.APS file for that
  779. routing.  APLINK does not do "flood" forwarding of bulletins.  If
  780. the bulletin is forwarded to a packet bbs however, that bbs may
  781. "flood" the bulletin to many stations.
  782.  
  783.      Bulletins entering the system via PACKET are deleted after
  784. 21 days unless the Sysop changes the channel designator with the
  785. MCB Editor.  All other bulletins are held in the system until
  786. deleted by the sysop or the originating station.
  787.  
  788.                             CHAPTER 8
  789.  
  790.                            System Logs
  791.  
  792.      The system maintains three log files.  The paths (file
  793. names) of two are declared in the APLINK.CNF file.  These are the
  794. AMTOR and PACKET text logs.  They record everything transmitted
  795. or received on their respective channels.  Their main purpose is
  796. diagnostic and can be turned off once the system is known to be
  797. stable and free of programmer errors. In order not to fill the
  798. disk with endless text logs, the current text logs are renamed
  799. AMTLOG.OLD and PKTLOG.OLD when UPDATE is executed and the
  800. previous AMTLOG.OLD and PKTLOG.OLD files are deleted.
  801.  
  802.      The third log is a text format event log file that records
  803. logons, logoffs, filing of messages, reading of messages, etc.,
  804. etc.  It is named EVENTLOG.APS.
  805.  
  806.      The current AMTOR log may be read with the F7/F2 command
  807. when the keyboard is in AMTOR mode, the current PACKET log with
  808. the F7/F2 command when the keyboard is in PACKET mode and the
  809. EVENT log with the F7/F2 command when the keyboard is in SYSOP
  810. mode.
  811.  
  812.      If a failure occurs during system operation the three log
  813. files should immediately be saved to give the programmer half a
  814. chance at finding what happened.
  815.                            CHAPTER 9
  816.  
  817.                         Console Operation
  818.  
  819.      When the system is started, three windows will be displayed
  820. with the copyright notice showing on the top window when the
  821. system has completed initialization.
  822.  
  823.      The top window is always devoted to displaying characters
  824. received on the AMTOR channel, the middle screen to characters
  825. received on the PACKET channel, and the bottom window to
  826. characters received from the keyboard or files being transmitted. 
  827. Over each window is a status bar related to that window (and
  828. channel).
  829.  
  830.      The keyboard has four normal operating states; OFF, AMTOR,
  831. PACKET and SYSOP.  There are two additional states, ATEST and
  832. PTEST, that the Sysop will not normally use - they are for
  833. diagnostic purposes only.
  834.  
  835.      If the keyboard is OFF the console will beep as a reminder
  836. whenever a key is pressed.  The numeric key pad is used to re-
  837. assign the keyboard:
  838.  
  839.    9 (PgUp) for AMTOR, 
  840.    6 (Right Arrow) for PACKET, 
  841.    3 (PgDn) for SYSOP and 
  842.    7 (Home) for OFF.  
  843.    
  844. The labels on the keys don't make much sense but, given a normal
  845. keyboard layout, it 'feels right' for the purpose.
  846.  
  847.      In PACKET and SYSOP mode the keyboard is line buffered.
  848. Characters are transmitted only when return is pressed allowing
  849. backspace over the whole line.  In AMTOR mode the keyboard is
  850. word buffered. Characters are transmitted when the spacebar,
  851. return, a control character, or +? is pressed.
  852.  
  853.      If a 'T' (talk to the Sysop) command is received on one of
  854. the channels during a session the keyboard is automatically
  855. assigned to that channel for 5 minutes when the Sysop alarm is
  856. sounded.  After 5 minutes the keyboard reverts to its pervious
  857. assignment.
  858.  
  859.      Some of the function keys are always active and some will
  860. respond only if the keyboard is assigned to the relevant channel. 
  861. This will make sense to you when you use the system.
  862.  
  863.      Here is the meaning of the status bar indicators:
  864.  
  865.  
  866. AMTOR:aaa/bbb:cccc  <gmt time and date>  ddd/eee/fff  
  867.  
  868.      aaa = MBO when the AMTOR Mailbox is alive and well.    
  869.      aaa = KSR when the SYSOP has shut off the mailbox by         
  870.           one or another means.
  871.  
  872.      bbb = SBY when the MBO is waiting for a logon.    
  873.      bbb = OPN when someone has logged on, but there is no        
  874.           command outstanding.
  875.      bbb = INP when receiving a file.
  876.      bbb = OUT when transmitting a file.
  877.      bbb = TSF when transmitting files in response to an RN
  878.           command.    
  879.      bbb = CFM during the time a message header is being
  880.           confirmed.
  881.  
  882.      cccc = Is the call of the last user to have signed onto the  
  883.           AMTOR mailbox; or, if the system has just been
  884.           initialized, it is the call specified in the CALL
  885.           parameter of the configuration file.
  886.  
  887.      ddd = RCV when the AMTOR link is in the receive direction.   
  888.      ddd = SND when the AMTOR link is in the transmit direction.
  889.  
  890.      eee = FEC during standby and when operating in FEC mode.    
  891.      eee = ARQ when linked or operating in ARQ-Listen mode.
  892.  
  893.      fff = ERR, RQ, TFC, IDL, OVR, PHA, SBY, or ESC depending on
  894.      the state of the AMTOR controller.  See your controller
  895.      manual for explanations.
  896.  
  897.  
  898. PACKET:aaa/bbb:cccc  <local time and date> !RTS:dd/CTS:ee  
  899.  
  900.      aaa = BBS when the Packet BBS on.
  901.      aaa = KSR when the Sysop has turned off the BBS.
  902.  
  903.      bbb = SBY when the BBS is waiting for a logon.    
  904.      bbb = OPN when someone has connected but there is no command 
  905.           outstanding.
  906.      bbb = INP when receiving a file.
  907.      bbb = OUT when transmitting a file.
  908.      bbb = TSF when transmitting files in response to an RN
  909.           command.
  910.      bbb = SBJ while waiting for the subject input for a message.
  911.  
  912.      cccc = Is the call of the last user to have signed onto the  
  913.           PACKET mailbox.
  914.  
  915.      !  = A '!' appears here when the internal send buffer is
  916.           full and waiting for the packet port to accept more
  917.           characters.
  918.      dd = OK when RTS is sent to the TNC.
  919.      dd = NO when RTS is not sent to the TNC.
  920.      ee = OK when CTS is received from the TNC.
  921.      ee = NO when CTS is not received from the TNC.
  922.  
  923.  
  924. KBD:aaaaa                                        PTR:bbb
  925.  
  926.      aaaaa = KOFF when the keyboard is off.  
  927.      aaaaa = AMTOR when the keyboard is assigned to the AMTOR     
  928.           channel.
  929.      aaaaa = PACKET when the keyboard is assigned to the PACKET   
  930.           channel.
  931.      aaaaa = SYSOP when the keyboard is assigned to the SYSOP     
  932.           command handler.
  933.      aaaaa = *ATEST* when the keyboard is assigned to the AMTOR   
  934.           test routine.
  935.      aaaaa = *PTEST* when the keyboard is assigned to the PACKET  
  936.           test routine.
  937.    
  938.      bbb = NCF when the printer is not configured.
  939.      bbb = SYS when the printer is assigned to the system.
  940.      bbb = AMT when the printer is assigned to the AMTOR channel. 
  941.      bbb = PKT when the printer is assigned to the PACKET
  942.           channel.
  943.  
  944.  
  945. FUNCTION KEY COMMANDS
  946.  
  947.      The function key assignments will 'feel' right with the
  948. function keys arranged vertically at the left hand edge and the
  949. Gray + and - keys are on the right hand edge (standard XT
  950. layout).  If your keyboard arranges the function keys along the
  951. top they will be more awkward to use.  Note: The keys described
  952. below are active when the keyboard is in the relevant mode.
  953.  
  954.  
  955. Keys           Function
  956. ----           --------
  957. Grey +         ARQ/FEC receive mode.  In the ARQ mode, a +? is    
  958.                transmitted and in the FEC mode a begin transmit
  959.                command is issued to the AMTOR terminal unit.
  960.  
  961. Grey -         ARQ/FEC transmit mode.  In either mode an
  962.                appropriate break command is issued to the AMTOR
  963.                terminal unit.  (Note: The PK-232 will not execute
  964.                this command until it sees an IDLE status.)
  965.  
  966. Esc            Stops any file transmission in progress and clears 
  967.                all keyboard and send buffers.
  968.  
  969. End            In AMTOR mode - closes the ARQ link.  In PACKET
  970.                mode - send and END command to the TNC.
  971.  
  972. Del            Issues a return-to-letters-case command to the
  973.                AMTOR terminal unit.  This provides an immediate
  974.                manual override when text is being received if
  975.                figures-case.
  976.  
  977. F1             Displays a short help menu.
  978.  
  979. F3             Displays the Mode Selection menu.
  980.  
  981. F3 F2          In AMTOR mode, forces the AMTOR terminal unit into
  982.                STANDBY mode.  (With the PK-232 there may be some
  983.                delay in execution.)
  984.  
  985. F3 F4          In AMTOR mode switches the MBO on and off.  In the 
  986.                PACKET mode switches the BBS on and off.
  987.  
  988. F3 F6          In the AMTOR mode commands the AMTOR terminal unit
  989.                to monitor ARQ.
  990.  
  991. F3 F8          In the AMTOR mode, begins an AMTOR automatic
  992.                forwarding cycle; in the PACKET mode, begins the a
  993.                PACKET automatic forwarding cycle.
  994.  
  995. F3 F10         Ends the APLINK program and returns to the
  996.                operating system.
  997.  
  998. F5             Displays the Clear Selection menu.
  999.  
  1000. F5 F6          Clears all windows.
  1001.  
  1002. F5 F10         Sends a formfeed command to the printer.
  1003.  
  1004. F7             Displays the File Operations menu.
  1005.  
  1006. F7 F2          Read or edit a log file.  In AMTOR mode, the AMTOR
  1007.                log file; in PACKET mode, the PACKET log file; and
  1008.                in SYSOP mode, the EVENT log file.
  1009.  
  1010. F7 F4          Invoke the Norton Editor to edit any ASCII file.
  1011.  
  1012. F7 F6          Invoke MS-DOS as an overlay.  APLINK will be       
  1013.                suspended but will remain resident.  Type exit at  
  1014.                the DOS prompt to return to APLINK.
  1015.  
  1016. F7 F8          Prompts for a file name and then transmits that
  1017.                file.
  1018.  
  1019. F7 F10         Switch the printer to print the channel indicated
  1020.                by the current mode.  If in SYSOP mode the printer
  1021.                is switched off.
  1022.  
  1023. F9             Display the AMTOR On-Line Commands menu.
  1024.  
  1025. F9 F4          Enter call letters and optionally the selcal for a
  1026.                station to be called.  If the selcal is not
  1027.                entered then it will be generated automatically
  1028.                from the call letters by APLINK.
  1029.  
  1030. F9 F6          Begin an ARQ call.
  1031.  
  1032. F9 F8          Switch on a steady carrier to the AMTOR
  1033.                transmitter for testing or tuning.
  1034.  
  1035. F9 F10         Send an identification sequence on the AMTOR       
  1036.                channel.
  1037.  
  1038. Alt-F9         Send an identification sequence followed by a
  1039.                LOGOUT command on the AMTOR channel.
  1040.  
  1041.  
  1042. SYSOP COMMANDS
  1043.  
  1044.      Remember, the following are SYSOP commands.  They are not
  1045. the same as the commands used over the air by a remote station. 
  1046. These commands are not normally invoked while linked but may be
  1047. usually without harm unless autoforwarding is in progress.  The
  1048. system will delay response to an online user while SYSOP commands
  1049. are being executed.
  1050.  
  1051.      In the table below <number> is any integer between 0 and
  1052. 29999, <id>, <id1> and <id2> are standard 1 to 6 character PACKET
  1053. routing designators (usually call letters), and <filename> is any
  1054. valid MS-DOS path/filename. 
  1055.  
  1056. COMMAND                  FUNCTION
  1057. -------                  --------
  1058. CANCEL <number>          Marks message <number> as CANCELED.  It
  1059.                          will no longer appear on any be the
  1060.                          Sysop's message lists.  This is normally
  1061.                          used to remove bulletins from the system
  1062.                          but may be used to remove a defective or
  1063.                          possible illegal message as well.  The
  1064.                          next UPDATE will archive all canceled 
  1065.                          messages PRIVATE and NTS messages and
  1066.                          will delete all canceled bulletins.
  1067.  
  1068. CANCEL <number 1> <number 2>  Marks all messages from <number 1>  
  1069.                          through <number 2> as CANCELED.
  1070.                          
  1071. E <number>               Invokes the Message Control Block Editor
  1072.                          for message <number>.  See the separate
  1073.                          section describing the MCB Editor.       
  1074.                   
  1075. K <number>               Same as CANCEL <number>.
  1076.  
  1077. K <number 1> <number 2>  Same as CANCEL <number 1> <number 2>.
  1078.  
  1079. KB <number>              Same as CANCEL <number> except bulletins
  1080.                          only.
  1081.  
  1082. KB <number 1> <number 2> Same as CANCEL <number 1> <number 2>
  1083.                          except bulletins only.
  1084.  
  1085. L                        List all messages in the system except
  1086.                          bulletins.
  1087.  
  1088. L <number>               List all messages in the system equal to
  1089.                          or greater than <number>, except
  1090.                          bulletins.
  1091.  
  1092. LP                       List all "pending" messages; messages
  1093.                          awaiting forwarding or delivery.
  1094.  
  1095. LT                       List all messages addressed to this
  1096.                          station and to "SYSOP".
  1097.  
  1098. LT <id>                  List all messages to <id>.
  1099.  
  1100. LF                       List all messages from this station.
  1101.  
  1102. LF <id>                  List all messages from <id>.
  1103.  
  1104. LB                       List all bulletins.
  1105.  
  1106. LH                       List all help files.
  1107.  
  1108. LR                       List users logging into the system in
  1109.                          the last 24 hours.
  1110.  
  1111. LU                       List all users registered in the system.
  1112.  
  1113. NTS                      List all NTS messages in the system.     
  1114.                          (Note: This command when invoked on the
  1115.                          AMTOR or PACKET port will only list NTS
  1116.                          messages marked as FILED or ACCESSED.
  1117.  
  1118. P <number>               Print message <number> to your printer.
  1119.                          If the message is addressed to your
  1120.                          station it will be marked as forwarded.
  1121.  
  1122. PN                       Print all new messages to your station
  1123.                          and mark them as forwarded.
  1124.  
  1125. R <number>               Read message <number>.  This invokes the
  1126.                          Norton Editor with message <number>. 
  1127.                          Not only can the Sysop read but he can
  1128.                          also modify any message in the system. 
  1129.                          It is generally not socially acceptable
  1130.                          to modify other people's messages.  Any
  1131.                          message accessed in this way addressed
  1132.                          to your station will be marked as
  1133.                          forwarded.
  1134.  
  1135. RESTORE <number>         Restores a canceled message provided it
  1136.                          has not been archived.
  1137.  
  1138. SP <id1> [AT <id2>] [<filename>]   If file name is included,
  1139.                          copies <filename> into APLINK as a
  1140.                          message to <id1>.  If <filename> is not
  1141.                          included then the Norton Editor in
  1142.                          invoked.  After the message has been
  1143.                          typed and edited, exiting the editor
  1144.                          stores the message into APLINK.  If the
  1145.                          Norton Editor is exited without saving
  1146.                          the text (i.e., F3 Q Y) then the
  1147.                          operation is canceled.
  1148.  
  1149. SB . . .                 Same as the SP command above except the  
  1150.                          message is marked BULLETIN.
  1151.  
  1152. ST . . .                 Same as the SP command above except that 
  1153.                          the message is marked NTS.  Certain
  1154.                          restrictions may apply to NTS messages. 
  1155.                          See the section on NTS operations.
  1156.  
  1157. SH . . .                 Same as the SP command above except the  
  1158.                          "message" is a help file only.          
  1159.  
  1160. UPDATE                   Manually initiates the system update
  1161.                          routines.  This is normally done by
  1162.                          setting the 'TUPDATE' parameter in the
  1163.                          APLINK.CNF file.
  1164.  
  1165.  
  1166. IN AND OUT OF AMTOR MBO MODE
  1167.  
  1168.      With the keyboard in AMTOR mode he system is toggled in and
  1169. out of MBO mode by pressing F3 F4.  The system will automatically
  1170. return to MBO mode after about ten minutes time, once the system
  1171. is no longer linked, in the highly unlikely event that the Sysop
  1172. forgets to return it.
  1173.  
  1174.      If a user is using the MBO when F3 F4 is invoked, all
  1175. operations will stop, any open message files closed and the
  1176. system will send:
  1177.  
  1178.       PLEASE STANDBY...
  1179.  
  1180. At that point you may converse with the user.  F3 F4 again will
  1181. return the system to MBO mode.  Once out of MBO mode the program
  1182. operates as an ordinary AMTOR terminal program and may be used to
  1183. call stations, send files manually, etc.
  1184.  
  1185.      If a station that you want to talk to has logged off before
  1186. you could catch them just press F9 F6 with the keyboard set to
  1187. AMTOR and if the other station is still on the frequency the link
  1188. will be re-established.
  1189.  
  1190. Whenever an ARQ call is initiated (F9 F6) the MBO mode is
  1191. switched off.  It may be restored by the F3 F4 toggle.
  1192.  
  1193.  
  1194. USING THE PRINTER
  1195.  
  1196.      If the printer has been declared in the configuration file
  1197. it is available to the Sysop for either logging or printing
  1198. messages.
  1199.  
  1200.      To log a channel to the printer, put the keyboard in that
  1201. channel mode and press F7 F10.  To return the printer to standby
  1202. put the keyboard in SYSOP mode and press F7 F10.
  1203.  
  1204.  
  1205. THE MCB EDITOR
  1206.  
  1207.      Each message in the system has a tag record called a message
  1208. control block maintained in a separate file.  This record
  1209. contains pertinent information about the message such as its
  1210. type, filing time, from and to fields, etc., etc.  Any item of
  1211. data in the MCB may be changed by the Sysop except the message
  1212. number and the filing and forwarding times.  This is done with
  1213. the MCB Editor which is invoked on the Sysop's command line with:
  1214.  
  1215.    E <message number>
  1216.  
  1217. Once the Editor's window is opened on the display, typing any of
  1218. the following key words (upper or lower case) will change the
  1219. appropriate parameter in the MCB:
  1220.  
  1221.      AMTOR, PACKET, SYSOP, PRIVATE, BULLETIN
  1222.      NTS, HELP, CANCELLED, PENDING, FORWARDED, STATIC
  1223.      BID... TO... AT... FROM... BBS...
  1224.  
  1225. The TO, AT, FROM, and BBS fields may be changed by typing:
  1226.  
  1227.    TO <new field>,
  1228.    AT <new field>, etc...
  1229.       
  1230. Pressing return with no other entry will record any changes and
  1231. return to the SYSOP command line.
  1232.  
  1233.  
  1234. THE USER FILE MAINTENANCE PROGRAM
  1235.  
  1236.      Supplied with APLINK is the program USERS.EXE.  This program
  1237. can only be run when APLINK is not running, even if you are using
  1238. a multitasking system such as Desqview.  Operation of the program
  1239. is reasonably selfevident.  A user is automatically entered into
  1240. the USERS.APS file upon the first logging into APLINK.  A call
  1241. may also be entered directly with USERS.EXE.  
  1242.  
  1243.      There are a number of parameters that may be set for any
  1244. given user using USERS.EXE.  Here is a list and their meanings:
  1245.  
  1246.      NTS - No longer used.  Will eventually be replaced.
  1247.  
  1248.      MBO - Set this to YES for any APLINK station that you
  1249.           directly autoforward traffic to on AMTOR.  This enables
  1250.           that station read any uncancelled message in your
  1251.           system in order to obtain fills, and to enable the RF
  1252.           and RI commands.  
  1253.  
  1254.      DO NOT PURGE - Prevents removal of the station from the file
  1255.           when the user file maintenance program purge command is
  1256.           used.
  1257.  
  1258.      HFWD - Set this to YES for any APLINK station that you
  1259.           directly autoforward traffic to on AMTOR provided the
  1260.           other station has set this parameter for you.  The
  1261.           activates the new AMTOR autoforwarding protocol that
  1262.           provides for h-routing and bids/mids.  This is only
  1263.           available on version 5.0 or later.
  1264.  
  1265.      EXPERT - YES sets EXPERT mode for a user.  
  1266.  
  1267.      LOCKOUT - YES prevents the indicated call from logging into
  1268.           your system on AMTOR or PACKET.
  1269.  
  1270.      The LAST MESSAGE and LAST BULLETIN parameters cannot be
  1271. changed except to set them to zero with the zero command.  These
  1272. two parameters determine what number the message and bulletin
  1273. lists begin with.  
  1274.  
  1275.      LAST LOGIN shows the time and date of the last time the
  1276. indicated call logged into the system.  The purge command removes
  1277. all calls from the file that have not logged in within the last
  1278. 180 days.
  1279.  
  1280.                            CHAPTER 10
  1281.  
  1282.                       Program Distribution
  1283.  
  1284.      APLINK is now being distributed by three methods.  There is
  1285. a free landline bbs at 512-690-5312 (San Antonio, TX).  It
  1286. accepts 1200 or 2400 baud, 8-bits, no parity, one stop pulse. 
  1287. Log in with your name and follow the instructions.  Load the file
  1288. named APFILES.EXE using XMODEM.  When APFILES.EXE is run it will
  1289. decompress in to a full set of program files.
  1290.  
  1291. If you have access to Compuserve (CIS), the latest version may be
  1292. downloaded from the Hamnet forum.  
  1293.  
  1294. A disk with all the APLINK files may be obtained by mail from
  1295. TAPR.  Send $2.00 US plus cost of postage if outside of North
  1296. America and specify that you want an APLINK disk.  It will come
  1297. in 5-1/4", 360 Kb, MS-DOS format.
  1298.  
  1299.       Tucson Amateur Packet Radio (TAPR)
  1300.       PO BOX 12925
  1301.       Tucson, AZ 85732
  1302.       USA
  1303.       
  1304.       TAPR Telephone: 602-749-9479
  1305.  
  1306.  
  1307. SYSOP ASSISTANCE
  1308.  
  1309. If you are having problems bringing up APLINK for the first time
  1310. please read, and then re-read the documentation provided on the
  1311. disk. Most questions received to date are covered in this
  1312. information.
  1313.  
  1314. If you still are having problems, or have other questions
  1315. relating to APLINK system operation please direct them, in
  1316. writing, to Craig, WA8DRZ/6:
  1317.  
  1318.      Craig McCartney, WA8DRZ
  1319.      160 Montalvo Road
  1320.      Redwood City, CA 94062
  1321.      USA
  1322.  
  1323. Via AMTOR, leave an note on the WA8DRZ/6 APLINK system on 20 or
  1324. 30 meters.
  1325.  
  1326. Via Packet, send a message to: 
  1327.  
  1328.       WA8DRZ @ WA8DRZ.#NOCAL.CA.USA.NA  
  1329.  
  1330. Via CIS send a note on Hamnet or Email to user id 73126,3260.
  1331.  
  1332.                            APPENDIX A
  1333.  
  1334.                      Packet Channel Commands
  1335.  
  1336.      The following is a verbatim copy of the packet channel help
  1337. file included in the APLINK distribution:
  1338.  
  1339. APLINK PACKET Channel Commands:
  1340.  
  1341. B                   Bye - Log off the BBS.  Just disconnecting does
  1342.                     the same thing.
  1343.  
  1344. H                   Help - Sends this file.
  1345.  
  1346. I                   Info - Sends the Information file.
  1347.  
  1348. L                   List - Lists all messages.
  1349. L #                 List # - List all files from message #.
  1350. LB                  List all bulletins.
  1351. L< <call>           List From <call> - Lists all messages to
  1352.                     <call>.  If <call> is omitted it lists all
  1353.                     messages from you. 
  1354. L> <call>           List To <call> - Lists all messages to <call>. 
  1355.                     If <call> is omitted it lists all messages to
  1356.                     you.
  1357. LH                  List all help files.
  1358. LR                  List all users who have signed into the system in
  1359.                     the last 24 hours.
  1360. LP                  List all pending traffic (for MBO operators only).
  1361.  
  1362. LOGIN <call>        Logs you into the system by a call other than
  1363.                     the one that began the link.
  1364.  
  1365. NTS                 List all NTS messages that have not been
  1366.                     forwarded.
  1367.  
  1368. R #                 Read # - Read message #.
  1369. RN                  Read New - Read all new messages addressed to
  1370.                     you.
  1371.  
  1372. SP <call> @ <route> Send - Send a message to <call> (optionally)
  1373.                     at <route>. 
  1374. SB <name> @ <route> Send a general interest bulletin of <name>
  1375.                     (optionally) via <route>.
  1376. SB <name> @ <route> $<bid>  Send a general interest bulletin of <name>
  1377.                     via <route> using <bid>.  Note: A bid will be
  1378.                     assigned by the system if not entered by the user.
  1379. ST <id1> @ <id2>    Send NTS traffic using current conventions.
  1380.  
  1381. T                   Talk - Signal the Sysop.
  1382.  
  1383. V                   Version - Read system version number.
  1384.  
  1385. CANCEL #            Cancels message # if you are the originator.
  1386.  
  1387. There is no Kill command.  Messages that have been read or
  1388. forwarded will be deleted automatically from the system after 24
  1389. hours.  Unread messages will be deleted automatically after 21
  1390. days.  Bulletins will remain until the originator or the Sysop
  1391. cancels them.
  1392.  
  1393.                            APPENDIX B
  1394.  
  1395.                      AMTOR Channel Commands
  1396.  
  1397.      The following is a verbatim copy of the AMTOR channel help
  1398. files included in the APLINK distribution.
  1399.  
  1400. (File: HELP1) AMTOR CHANNEL COMMANDS
  1401.  
  1402. TYPE ANY OF THE FOLLOWING COMMANDS ON A NEW LINE AND END WITH
  1403. EITHER (CR/LF) OR THE + ? SEQUENCE (BUT NOT BOTH).  IF YOU DO NOT
  1404. USE THE + ? SEQUENCE THE SYSTEM WILL CHANGE THE DIRECTION OF THE
  1405. LINK FOR YOU WHEN IT RECOGNIZES A VALID COMMAND. 
  1406.  
  1407. H OR HELP - SEND THE HELP FILE
  1408.  
  1409. CNCN - CANCEL WHATEVER IS IN PROGRESS. (USUALLY A MESSAGE YOU ARE
  1410.        ENTERING INTO THE SYSTEM)
  1411.        
  1412. LOGIN (YOUR CALL) - LOGS YOU IN
  1413. LOGON (YOUR CALL) - SAME AS LOGIN
  1414.  
  1415. L - LIST ALL AVAILABLE MESSAGES IN THE SYSTEM, NOT INCLUDING
  1416.     BULLETINS (SEE NOTE)
  1417. L (NUMBER) - AS ABOVE EQUAL OR GREATER THAN (NUMBER) 
  1418. LTO OR LM - LIST ALL MESSAGES TO YOU
  1419. LTO (CALL) - LIST ALL MESSAGES TO (CALL)
  1420. LFM - LIST ALL MESSAGES FROM YOU
  1421. LFM (CALL) - LIST ALL MESSAGES FROM (CALL)
  1422. LT - LIST ALL NTS MESSAGES
  1423. LB - LIST ALL GENERAL INTEREST BULLETINS (SEE NOTE)
  1424. LB (NUMBER) - AS ABOVE EQUAL OR GREATER THAN (NUMBER) 
  1425. LR - LIST AMTOR USERS WHO HAVE LOGGED ON IN THE PAST 24 HOURS 
  1426. LP - LIST ALL PENDING TRAFFIC (FOR OTHER MBO STATIONS ONLY)
  1427.  
  1428. NTS - LIST ALL UNFORWARDED NTS MESSAGES
  1429.  
  1430. RN OR RM - READ ALL NEW MESSAGES ADDRESSED TO YOU 
  1431. R (NUMBER) - READ MESSAGE (NUMBER)
  1432. RH (NUMBER) - READ MESSAGE (NUMBER) INCLUDING ROUTING HEADERS
  1433.  
  1434. SP (CALL) - SEND A MESSAGE TO (CALL), END WITH NNNN 
  1435. SB (NAME) - ENTER A BULLETIN WITH (NAME), END WITH NNNN 
  1436. SB (NAME) AT (ROUTE) BID (BID) - ENTER A BULLETIN WITH (NAME) AT
  1437.             (ROUTE) WITH A BID OF (BID)
  1438.  
  1439. SP (CALL) AT (ROUTE) - SEND A MESSAGE TO (CALL) TO BE FORWARDED
  1440.    VIA (ROUTE)
  1441. ST (ZIPCODE) AT (NTS STATECODE) - SEND AN NTS MESSAGE (USE       
  1442.    ACCEPTED NTS SUBJECT AND MESSAGE FORMAT)
  1443.  
  1444. NNNN - END A MESSAGE.  MUST HAVE BEEN STARTED WITH SP, SB, OR ST. 
  1445.    
  1446. CANCEL (NUMBER) - CANCELS MESSAGE (NUMBER) IF ORIGINATED BY YOU
  1447.  
  1448. T - TALK TO THE SYSOP
  1449.  
  1450. I - INFORMATION ABOUT THIS SYSTEM
  1451.  
  1452. V - READ VERSION NUMBER
  1453.  
  1454. A - (AFTER SEIZING THE LINK) ABORT A FILE BEING RECEIVED
  1455.  
  1456. LOGOUT - LOGS YOU OFF
  1457. LOGOFF - SAME AS LOGOUT
  1458.  
  1459. /// - ANYWHERE ON THE LINE CANCELS THE LINE (EXCEPT IN MESSAGES)
  1460.  
  1461. NOTE: THE L, AND LB COMMANDS WILL ONLY LIST MESSAGES YOU HAVE NOT
  1462. PREVIOUSLY LISTED.  FOLLOW THE COMMAND WITH A NUMBER TO OVERRIDE
  1463. THIS FEATURE.  USE 0 TO LIST ALL MESSAGES IN THE CATEGORY.
  1464.  
  1465. HERE IS SOME SPECIAL COMMANDS FOR THE EXPERT USER:
  1466.  
  1467. EXPERT - TOGGLES THE 'EXPERT' MODE
  1468. RI - READS THE MBO'S INTERCEPT FILE 
  1469. RF - READS THE MBO'S AMTOR AUTOFORWARD ROUTING FILE 
  1470.    NOTE: RI AND RF ARE AVAILABLE TO OTHER MBO'S ONLY
  1471. F - (AFTER SEIZING THE LINK) ABORT A FILE BEING RECEIVED AND MARK
  1472.  IF FORWARDED IF IT IS FOR YOU.  (THIS IS FOR USE WITH          
  1473.  DUPLICATE MESSAGES.)
  1474.  
  1475.  
  1476. (File: HELP2) LOGGING IN ON AMTOR
  1477.  
  1478. THIS MBO HAS AN AUTOMATIC LOGIN PROCEDURE FOR REGISTERED STATIONS
  1479. WITH AUTOMATIC ANSWERBACK (AAB) ENABLED.  WHEN YOU FIRST LINK WITH
  1480. THE SYSTEM, IT SEIZES THE LINK, IDENTIFIES, SENDS A 'WRU' CHARACTER
  1481. (FIGS-D), AND WAITS FOR AN ANSWERBACK RESPONSE.  THE EXPECTED
  1482. RESPONSE IS: 
  1483.  
  1484. (CR/LF)QRA CALL SELCAL + ?
  1485.  
  1486. OR 
  1487.  
  1488. (CR/LF)DE CALL SELCAL + ? 
  1489.  
  1490. FOR EXAMPLE '(CR/LF)QRA WA8DRZ WDRZ + ?' IS TYPICAL RESPONSE.
  1491.  
  1492. IF NO AAB RESPONSE IS RECEIVED THE SYSTEM SENDS A MANUAL LOGIN
  1493. REQUEST FOLLOWED BY THE + ? SEQUENCE.  AT THIS POINT A USER SHOULD
  1494. SEND EITHER 'LOGIN (CALL)(CR/LF)' OR 'LOGON (CALL)(CR/LF)'.  IF THE
  1495. CALL HAS BEEN REGISTERED THE SYSTEM WILL RESPOND WITH A 'GA'
  1496. PROMPT.  IF AN ERROR WAS RECEIVED OR THE CALL IS NOT REGISTERED THE
  1497. SYSTEM WILL ASK YOU TO CONFIRM THE CALL.  IF YOU ANSWER THE
  1498. CONFIRMATION REQUEST WITH 'YES' THE CALL BECOMES REGISTERED.
  1499.  
  1500. APLINK WILL DISCONNECT AFTER THREE MINUTES IF NO LOGIN HAS BEEN
  1501. RECOGNIZED.
  1502.  
  1503. ONCE YOU HAVE LOGGED ON, THE SYSTEM IS READY FOR YOUR COMMAND
  1504. WHENEVER IT SENDS A 'GA' (GO AHEAD) PROMPT.
  1505.  
  1506. YOU MAY LOG OUT OF THE SYSTEM WITH 'LOGOUT(CR/LF)' OR 'LOGOFF(CR/LF)'.
  1507. ANY TIME THE LINK IS LOST THE CURRENT USER IS AUTOMATICALLY LOGGED
  1508. OUT.
  1509.  
  1510. IF A MESSAGE IS BEING SENT TO THE SYSTEM DURING A LINK FAILURE,
  1511. THAT PART OF THE MESSAGE THAT WAS RECEIVED IS FILED AND IS
  1512. AVAILABLE TO THE ADDRESSEE.
  1513.  
  1514.  
  1515. (File: HELP3) RECEIVING YOUR MESSAGES ON AMTOR
  1516.  
  1517. THE QUICKEST AND SIMPLEST WAY TO RECEIVE YOUR MESSAGES IS TO GIVE
  1518. THE 'RN' (MEANING 'READ NEW') COMMAND AS SOON AS YOU SIGN ON.  ALL
  1519. MESSAGES IN THE SYSTEM NOT ALREADY MARKED 'FORWARDED' WILL BE
  1520. TRANSMITTED TO YOU AUTOMATICALLY WITHOUT FURTHER ACTION ON YOUR
  1521. PART.  AS EACH MESSAGE IS COMPLETELY FORWARDED TO YOU IT IS MARKED
  1522. 'FORWARDED' AND WILL NOT BE TRANSMITTED AGAIN WITH THIS COMMAND. 
  1523. (YOU MAY READ IT AGAIN WITH THE 'R (NUMBER)' COMMAND.
  1524.  
  1525. IF YOU ARE RECEIVING AN UNFORWARDED MESSAGE AND THE LINK IS LOST
  1526. IT WILL STILL BE AVAILABLE TO THE 'RN' COMMAND.
  1527.  
  1528. IF YOU HAVE LOGGED INTO THE SYSTEM WITH YOUR AUTOMATIC ANSWERBACK
  1529. THEN THE SYSTEM WILL MARK YOUR MESSAGES 'FORWARDED' ONLY AFTER IT
  1530. TRIGGERS YOUR ANSWERBACK AT THE END OF EACH MESSAGE.
  1531.  
  1532. YOU DO NOT HAVE TO (IN FACT, CANNOT) DELETE A MESSAGE.  ONCE IT IS
  1533. FORWARDED THE SYSTEM WILL DELETE IT 24 OR MORE HOURS LATER.  IN THE
  1534. MEANTIME IT MAY BE READ AGAIN USING THE 'R (NUMBER)' COMMAND.
  1535.  
  1536. USE THE LIST COMMANDS TO SEE WHAT MESSAGES ARE AVAILABLE.
  1537.  
  1538.  
  1539. (File: HELP4) ENTERING A MESSAGE ON AMTOR
  1540.  
  1541. MESSAGES MAY BE ENTERED DIRECTLY FROM YOUR KEYBOARD INTO THE
  1542. SYSTEM, HOWEVER IT IS BETTER IF YOU PREPARE A FILE BEFORE LOGGING
  1543. ON AND THEN SEND IT AT MACHINE SPEED.  THIS REDUCES THE CONNECT
  1544. TIME TO THE SYSTEM AND THE POTENTIAL FOR TRANSMISSION ERRORS.
  1545.  
  1546. YOU MAY SEND THREE KINDS OF MESSAGES:
  1547.  
  1548. 'SP (CALL)' WHICH IS A MESSAGE TO A SPECIFIC STATION AND MAY ONLY
  1549. BE READ BY THAT STATION (OR YOU OR THE SYSOP) AND WILL APPEAR ON
  1550. THE MESSAGE LIST ONLY FOR THOSE STATIONS.  FOR OTHERS, IT SIMPLY
  1551. ISN'T THERE.  'SP' MESSAGES WILL REMAIN IN THE SYSTEM FOR 21 DAYS
  1552. OR 24 HOURS AFTER BEING MARKED 'FORWARDED', WHICHEVER COMES FIRST.
  1553.  
  1554. 'SP' TYPE MESSAGES MAY ALSO BE ENTERED FOR AUTOMATIC FORWARDING TO
  1555. ANOTHER MBO/BBS.  THEY MAY BE ENTERED IN THE FORM 'SP (CALL) TO
  1556. (ROUTE)' WHERE (CALL) IS THE ADDRESSEE AND (ROUTE) IS THE
  1557. HIERARCHICAL ROUTE TO HIS LOCAL MBO/BBS.  SINCE AMTOR DOES NOT
  1558. PROVIDE FOR A NUMBER SIGN CHARACTER, USE THE EQUAL SIGN CHARACTER IN
  1559. ITS PLACE WHEN REQUIRED IN AN H-ROUTE ADDRESS AND APLINK WILL CONVERT
  1560. IT TO A NUMBER SIGN CHARACTER.
  1561.  
  1562. 'ST (ZIPCODE) TO (NTS STATECODE)' IS USED TO ENTER A MESSAGE TO
  1563. ANYONE TO BE DELIVERED BY THE NATIONAL TRAFFIC SYSTEM. THE SUBJECT
  1564. (FIRST LINE) SHOULD READ: QTC (CITY, STATE) AND THE BODY OF THE
  1565. MESSAGE SHOULD BE IN STANDARD ARRL MESSAGE FORMAT.
  1566.  
  1567. 'SB (ID)' ADDRESSES A MESSAGE TO 'ID' AND MARKS IT AS A BULLETIN. YOU
  1568. MAY ALSO INCLUDE A BULLETIN IDENTIFICATION (BID) BY ADDING 'BID '
  1569. FOLLOWED BY THE BID ON THE SAME LINE.  FOR EXAMPLE:
  1570.  
  1571.    SB ALL BID 12345W1ABC
  1572.    
  1573. IS A MESSAGE TO 'ALL' WITH A BID OF 12345W1ABC.   BULLETINS WITHOUT A
  1574. BID WILL NOT BE FORWARDED.
  1575.  
  1576. BULLETIN TYPE MESSAGES WILL REMAIN IN THE SYSTEM UNTIL REMOVED
  1577. (CANCELLED) BY EITHER THE ORIGINATOR OR THE SYSOP.
  1578.  
  1579. TO SEND A MESSAGE, TYPE THE COMMAND (I.E., 'SP W5SMM(CR/LF)') AND
  1580. WAIT FOR A RESPONSE FROM THE SYSTEM.  THE LINE WILL BE TYPED BACK AND
  1581. YOU WILL BE REQUESTED TO CONFIRM WITH 'YES' OR 'NO'.  AT THE 'GA
  1582. SUBJ/MSG' PROMPT TYPE THE SUBJECT OF THE MESSAGE ON ITS OWN LINE AND
  1583. THEN ENTER THE TEXT OF THE MESSAGE.
  1584.  
  1585. AT THE END OF THE MESSAGE SEND 'NNNN' ON A NEW LINE.  'NNNN'
  1586. EMBEDDED IN TEXT IS IGNORED.  AFTER SENDING 'NNNN' WAIT FOR A NEW
  1587. 'GA' PROMPT TO ENTER A NEW COMMAND.
  1588.  
  1589. IDENTIFY YOUR STATION AT REGULAR INTERVALS BY SENDING YOUR
  1590. IDENTIFICATION AFTER A 'GA' PROMPT.  ANY CHARACTER SEQUENCE THAT
  1591. IS NOT A VALID COMMAND IS IGNORED BY THE SYSTEM.
  1592.  
  1593. IF YOU HAVE ALREADY SENT A PARTIAL COMMAND LINE AND WANT TO CANCEL
  1594. THE LINE JUST SEND THREE OR MORE '/'S IN A ROW ANYWHERE ON THE
  1595. LINE.  THAT LINE WILL BE IGNORED.  THIS ONLY WORKS ON COMMAND
  1596. LINES.  /// IMBEDDED IN A MESSAGE WILL BE PASSED ON TO THE
  1597. ADDRESSEE.
  1598.  
  1599. AFTER YOU HAVE TRANSMITTED A MESSAGE YOU MAY CANCEL IT WITH THE
  1600. 'CANCEL (NUMBER)' COMMAND.  THIS IS NORMALLY USED TO ONLY REMOVE
  1601. A BULLETIN YOU HAVE PLACED IN THE SYSTEM, BUT IT MAY BE USED TO
  1602. REMOVE ANY MESSAGE YOU HAVE PREVIOUSLY SENT.
  1603.  
  1604.  
  1605. (File: HELP5) MESSAGE LIST EXPLANATION
  1606.  
  1607. THE FORMAT FOR THE MESSAGE LIST IS SIMILAR TO THAT OF COMMONLY USED
  1608. PACKET BBS PROGRAMS.  THE SYMBOLS FOR TYPE AND STATUS ARE
  1609. CONSISTENT WITH THE PACKET SYSTEM.
  1610.  
  1611. MSG = MESSAGE NUMBER (ASSIGNED BY THE SYSTEM)
  1612.  
  1613. T = MESSAGE TYPE AS FOLLOWS:
  1614.  P - A PRIVATE MESSAGE, MAY ONLY BE READ BY THE ADDRESSEE,       
  1615.      ORIGINATOR OR SYSOP  
  1616.  B - A BULLETIN
  1617.  T - AN NTS MESSAGE
  1618.  
  1619. S = STATUS AS FOLLOWS:
  1620.  N - MESSAGE NOT YET ACCESSED BY, DELIVERED, OR FORWARDED TO THE
  1621.      ADDRESSEE  
  1622.  + - SAME AS 'N' EXCEPT OVER 24 HOURS OLD
  1623.  ++ - SAME AS 'N' EXCEPT OVER 48 HOURS OLD    
  1624.  Y - MESSAGE FORWARDED TO THE ADDRESSEE OR ANOTHER MBO/BBS  
  1625.  
  1626. TO = CALL OF ADDRESSEE
  1627.  
  1628. AT = CALL OF ADDRESSEE'S BBS (IF FOLLOWED BY A PERIOD WHEN HIERARCHICAL
  1629.      ROUTING IS USED.
  1630.  
  1631. FROM = CALL OF ORIGINATOR
  1632.  
  1633. FILED = DATE/TIME MESSAGE WAS ENTERED INTO THE SYSTEM
  1634.  
  1635. SUBJECT = THE SUBJECT LINE OF THE MESSAGE
  1636.  
  1637.  
  1638. (File: HELP6) LISTING MESSAGES
  1639.  
  1640. THERE ARE SEVERAL COMMANDS FOR LISTING MESSAGES THAT ARE IN THE
  1641. SYSTEM.  THE 'LTO (CALL)', AND 'LFM (CALL)' ('LIST TO' AND 'LIST
  1642. FROM') DEFAULT TO THE CALL OF THE USER LOGGED INTO THE SYSTEM IF
  1643. NO ARGUMENT IS GIVEN.  
  1644.  
  1645. THE 'L', AND 'LB' COMMANDS WHEN GIVEN WITHOUT ARGUMENTS WILL LIST
  1646. ONLY MESSAGES NOT PREVIOUSLY LISTED FOR YOU.  YOU MAY OVERRIDE THIS
  1647. FEATURE BY ADDING A NUMBER FOLLOWING THE 'L', OR 'LB'. THE ARGUMENT
  1648. 0 WILL LIST ALL THE MESSAGES IN THE CATEGORY.
  1649.  
  1650. NTS MESSAGES THAT ARE WAITING TO BE DELIVERED MAY BE LISTED WITH THE
  1651. 'NTS' COMMAND.  THIS IS THE PREFERED WAY TO LIST NTS TRAFFIC.  THE
  1652. 'LT' COMMAND WILL ALSO LIST NTS TRAFFIC BUT INCLUDES TRAFFIC THAT HAS
  1653. ALREADY BEEN PICKED UP.
  1654.  
  1655. MESSAGES THAT HAVE BEEN CANCELLED WILL NOT APPEAR ON THE MESSAGE
  1656. LIST EVEN THOUGH THEY MAY STILL BE IN THE SYSTEM.
  1657.  
  1658. MESSAGES THAT ARE TYPE 'PRIVATE' WILL ONLY APPEAR ON LISTS FOR THE
  1659. ADDRESSEE AND ORIGINATOR OF THE MESSAGE.
  1660.  
  1661. READ THE HELP FILES NAMED 'SYSTEM MAINTENANCE' AND 'MESSAGE LIST
  1662. EXPLANATION'.
  1663.  
  1664.  
  1665. (File: HELP7) SYSTEM MAINTENANCE
  1666.  
  1667. THE MAINTENANCE ROUTINES FOR THIS SYSTEM ARE TYPICALLY RUN ONCE A
  1668. DAY BY THE SYSOP.  AT THAT TIME THE FOLLOWING RULES APPLY TO ALL
  1669. MESSAGE FILES:
  1670.  
  1671. 1. ALL MESSAGES MARKED CANCELLED ARE REMOVED.
  1672.  
  1673. 2. ALL MESSAGES MARKED AS FORWARDED FOR MORE THAT 24 HOURS ARE
  1674. REMOVED.
  1675.    
  1676. 3. ALL MESSAGES EXCEPT BULLETINS THAT ARE OVER 21 DAYS OLD ARE
  1677. REMOVED.
  1678.  
  1679.  
  1680. (File: HELP8) AMTOR PORT OPERATING HINTS
  1681.  
  1682. IF YOU HAVE BEEN SITTING IDLE FOR A FEW SECONDS BEFORE TYPING A
  1683. COMMAND, TYPE CR/LF JUST BEFORE ISSUING THE COMMAND.  THIS CLEARS
  1684. ANY STRAY LEADING CHARACTERS FROM THE BUFFER THAT MAY HAVE BEEN
  1685. RECEIVED IN ERROR DURING THE IDLE PERIOD.
  1686.  
  1687. IF YOU GET A LONG FILE STARTED AND WOULD LIKE TO ABORT, SIMPLY
  1688. SEIZE THE LINK, WAIT FOR IDLE STATUS ON YOUR AMTOR TERMINAL, AND
  1689. TYPE 'A' (CR/LF).  THE SYSTEM WILL RETURN A 'BK GA' PROMPT AND
  1690. ACCEPT A NEW COMMAND FROM YOU.
  1691.  
  1692. REMEMBER THAT THE FIRST LINE OF A MESSAGE WILL APPEAR ON THE
  1693. MESSAGE LIST AS THE SUBJECT.  MAKE IT MEANINGFUL TO SOMEONE
  1694. SCANNING THE LIST.
  1695.  
  1696.  
  1697. (File: HELP9) USING 'EXPERT' MODE
  1698.  
  1699. AN 'EXPERT' MODE HAS BEEN ADDED.  IT IS TOGGLED BY THE AMTOR USER BY
  1700. ENTERING THE COMMAND 'EXPERT'.  THE EXPERT MODE SHORTENS THE EXCHANGE
  1701. WHEN ENTEREING A NEW MESSAGE.  WHEN ON, THE BEGINNING OF A MESSAGE
  1702. LOOKS LIKE THIS:
  1703.  
  1704. FROM USER:    SP W1ABC AT WA8DRZ.=NOCAL.CA
  1705. FROM SYSTEM:  SP W1ABC AT WA8DRZ.=NOCAL.CA GA SUBJ/MSG+?
  1706.  
  1707. IF THERE IS A HIT IN THE RESPONSE THE USER MUST TYPE THE 'CNCN' COMMAND
  1708. TO KILL THE MESSAGE AND START OVER.  NNNN, OF COURSE, FILES THE MESSAGE.
  1709. CNCN MAY BE TYPED ANYWHERE IN THE MESSAGE ON A LINE BY ITSELF.
  1710.  
  1711.